home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / mfa11.zip / MFA11.DOC < prev    next >
Text File  |  1993-06-27  |  8KB  |  192 lines

  1.  
  2.                                MFA
  3.                     Minimizing File Allocator
  4.                          DOS Version 1.1
  5.  
  6.            (C) (6)1993 by Rafal and Wiktor Rzeczkowski
  7.  
  8.  
  9.  
  10. Foreword
  11. --------
  12.  
  13.      This program is the upgraded version of Minimizing File
  14. Allocator\MFA V 1.0. It features an improved fault resistance, and
  15. more concise and powerful menu structure.
  16.  
  17.  
  18. Introduction
  19. ------------
  20.  
  21.      Minimizing File Allocator, MFA, helps archive your files on
  22. floppy diskettes. The files can be custom allocated both fast and
  23. space-efficiently. 
  24.  
  25.      Unlike other file management programs, MFA proposes a
  26. collection of files to be allocated on each destination diskette.
  27. The collection is a "minimum" collection, i.e. it contains a
  28. minimum number of files which, if stored, would leave the least
  29. unused space possible on the destination diskette. The user can ask
  30. MFA to generate subsequent "minimum" collections that meet some
  31. additional conditions.
  32.  
  33.      The input to MFA are DOS specifications of source files, each
  34. of the specifications showing an absolute or relative path name,
  35. and a file name possibly containing wildcards * and ?. In practice,
  36. the source files are usually compressed and reside on the hard disk.
  37. MFA allocates them to one or more floppy diskettes. Initially, the
  38. diskettes must not necessarily be empty or have the same format.
  39. MFA determines the best possible fit for each of them. In most
  40. cases, you will be able to put away your archive diskette filled
  41. with files that you accept to store together and having 0 free
  42. bytes left on it.
  43.  
  44.  
  45. Package Contents
  46. ----------------
  47.  
  48.      Your MFA11.ZIP file includes the following files:
  49.  
  50. MFA.EXE        - The program. 
  51. MFA11.DOC      - This documentation file.
  52. MFA11.REG      - The registration form.
  53.  
  54.  
  55. Registration
  56. -------------
  57.  
  58.      MFA is a shareware program. You may make a copy of it for a
  59. two week evaluation and/or for a further distribution. However, if
  60. you wish to use MFA beyond the evaluation period you should
  61. register it. The registration fee is US $6. Registered users of MFA
  62. V 1.0 may enjoy this MFA DOS Version 1.1 at no additional charge.
  63.  
  64.      To register, please send a money order or a bank draft for US
  65. $6 to:
  66.  
  67.      Rafal Rzeczkowski
  68.      314 East 24th Street
  69.      Hamilton, Ontario
  70.      L8V 2Y6   Canada
  71.  
  72.      For your convenience, in the enclosed file MFA11.REG a
  73. registration form is provided. To get the form printed, at the DOS
  74. prompt enter:
  75.      type MFA11.REG > PRN
  76.  
  77.      MFA may be freely distributed. However, it may not be sold or
  78. traded except by ourselves. A nominal copying charge may be made
  79. not to exceed US $5. To copies distributed in such a way the 
  80. registration policy described here applies as well. Both files
  81. MFA11.DOC and MFA11.REG must accompany each distributed copy of
  82. MFA.EXE.
  83.  
  84.      MFA is distributed as it is. Although it was thoroughly
  85. tested, the authors assume no responsibility for any direct or
  86. indirect harm resulting from its use.
  87.  
  88.  
  89. Using MFA
  90. ---------
  91.  
  92.      The best way to use MFA is to have a directory of compressed
  93. files on your hard disk and run MFA from time to time to move all
  94. or some of them to floppy diskettes.     
  95.  
  96.      To start MFA just enter the command MFA (or its equivalent) at
  97. the DOS prompt. There are no command line parameters. If your MFA
  98. copy is registered, you will be presented with the registration
  99. message:
  100.  
  101.      This copy of MFA is registered to 
  102.  
  103. followed by your registration name. Otherwise a beep will be
  104. produced, and the registration procedure will be attempted. Next,
  105. you will be prompted to specify source files that you want the MFA
  106. to take into consideration. You should enter DOS specifications of
  107. these files. Either absolute or relative path names followed by
  108. file names, possibly containing wildcards * and/or ?, are
  109. acceptable in these specifications. For example:
  110.  
  111.      C:\ZIPS\*.*
  112.      D:\MYFILES\ARCHIVES\*.ZIP
  113.      C:\DATA\A?.DOC
  114.      *.*
  115.      *.DOC
  116.      ..\*.DOC
  117.      ZIPS
  118.  
  119. Note that a specification such as ZIPS\ does not include any file
  120. name component and, therefore, is not valid. On the other hand, a
  121. specification such as ZIPS is valid. However, since it does not
  122. include any wildcard * or ?, it represents just one file named
  123. ZIPS.
  124.  
  125.      Generally, the source files should be on your hard disk. You
  126. can have them on floppy diskettes, but the copying procedure may be
  127. not feasible. It works best with source files on a hard disk.
  128. Nevertheless, if you actually have your source files on floppy
  129. diskettes, MFA will still be able to consider them and propose
  130. minimum file collections fitting your destination diskettes. If
  131. desirable, later you can copy these file collections manually using
  132. any other file copy utility, e.g. XCOPY command of DOS.
  133.  
  134.      You can have your source files in different directories. To
  135. have them all considered by MFA, just specify them at subsequent
  136. MFA prompts. MFA will propose the minimum file collections taking
  137. into account all available files from all the specified
  138. directories.
  139.  
  140.      After you have completed the file specification step, be ready
  141. with your destination floppies. MFA will ask you to insert each of
  142. them in turn into disk drive A: or B:. MFA will then interact with
  143. you to determine the best minimum collection for each diskette.
  144. Once a minimum collection is offered, you can choose a next action
  145. from a displayed menu. Just enter a single lowercase (or uppercase)
  146. character to execute it. The meaning of menu choices is given
  147. below.
  148.  
  149. w -  Writes the present minimum collection of files to the current
  150.      directory in your floppy diskette.
  151. m -  The same as 'w', except that MFA deletes the source files in
  152.      the collection after the successful write.
  153. v -  Displays present minimum collection once again.
  154. x -  Excludes files from consideration for the current destination
  155.      diskette. Identifiers (FIDs) of files to be excluded can be
  156.      entered at the following MFA prompt. Pressing the Enter key
  157.      ends the FID input. None of the excluded files, unless
  158.      recalled (see choice r below), will be included in any next
  159.      minimum collection proposed for the current diskette.
  160. r -  Recalls previously excluded files. Reverses action x for
  161.      selected files.
  162. n -  Generates a subsequent minimum collection for the current
  163.      destination diskette. This collection may be not as space
  164.      efficient as the previous one.
  165. c -  Continues with a next diskette. Files in the present minimum 
  166.      collection are accepted for the current destination diskette
  167.      (say, diskette #n). This acceptance means that the files will
  168.      no longer be considered for allocation in any other (next)
  169.      diskette. Also, no file in the collection is written on the
  170.      current destination diskette, #n. However, you may submit this
  171.      diskette to MFA again (e.g. as a next destination diskette
  172.      #n+1), and have MFA allocate other (not yet accepted) files on
  173.      this diskette as well.
  174. e -  Terminates the program.
  175.  
  176.      If all remaining files are too big for current destination
  177. diskette, the files are displayed and, and the empty collection of
  178. files is proposed for this diskette. Further menu actions are then
  179. allowed, including the recalling of excluded files.
  180.  
  181.      You can use any diskettes that your A: or B: drive can accept,
  182. e.g. 5 1/4" (360K or 1.2MB) or 3 1/2" (720K or 1.44MB) diskettes,
  183. either as source or destination diskettes.
  184.  
  185.  
  186. Copyright
  187. ---------
  188.  
  189. MFA.EXE   Copyright (C) (6)1993 by Wiktor and Rafal Rzeczkowski
  190. MFA11.DOC Copyright (C) (6)1993 by Wiktor and Rafal Rzeczkowski
  191. MFA11.REG Copyright (C) (6)1993 by Wiktor and Rafal Rzeczkowski
  192.